home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu062.dms / pu062.adf / Startle / startle.doc < prev    next >
Text File  |  1987-08-08  |  2KB  |  63 lines

  1. Message-ID: #63.pnet02.amiga/netbin 19614 chars.
  2. From: ahh@s.cc.purdue.edu (Brent L. Woods)
  3. Newsgroups: comp.binaries.amiga
  4. Subject: Startle -- a specialty display program
  5. Date: 12 Nov 87 03:33:10 GMT
  6. Organization: Co-Moderators Unlimited
  7.  
  8.  
  9.  
  10.  
  11.      This is Startle, submitted by:  Hobie Orris (hobie@sq.com).
  12.  
  13.      We've tested it and it works.  We have assigned no archive volume
  14. number to this posting as we don't have control of the archives yet.
  15. When we get control, we will archive everything and then post a
  16. directory of where everything was placed.
  17.  
  18. Posted by:
  19.  
  20. Brent Woods
  21.  
  22. [more..] -
  23. USENET:   s.cc.purdue.edu!ahh     or     ahh@s.cc.purdue.edu
  24. BITNET:   PODUM@PURCCVM                    PHONE:  (317) 743-8421
  25. USNAIL:   320 Brown St., #406  /  West Lafayette, IN  47906
  26.  
  27.  
  28. ------------------------------ cut here ------------------------------
  29. #! /bin/sh
  30. # This is a shell archive.  Remove anything before this line,
  31. # then unpack it by saving it in a file and typing "sh file".
  32. # If all goes well, you will see the message "End of shell archive."
  33. # Contents:  readme startle.uu hype
  34. # Wrapped by hobie@sq on Fri Oct 23 08:18:08 1987
  35. PATH=/bin:/usr/bin:/usr/ucb; export PATH
  36. echo shar: extracting "'readme'" '(911 characters)'
  37. if test -f 'readme' ; then 
  38.   echo shar: will not over-write existing file "'readme'"
  39. else
  40. sed 's/^X//' >readme <<'@//E*O*F readme//'
  41. X       This is version 1.0 of a display hack I call `startle'.  It must be run
  42. Xfrom the CLI with the following syntax:
  43. X
  44. X       startle <textfile> [font name] [point size] [colour]
  45. X
  46. XIncluded is a sample text file called `hype'.  If you want to change the font
  47. Xit uses,  try: `startle hype garnet 9', where hype is the name of the text 
  48. Xfile included.  The colour parameter is 3 hexadecimal digits (rgb) and the 
  49. Xdefault is ff0 (bright yellow).  You can't specify a colour without specify-
  50. Xing the stuff before it, so to change only the colour you have to type in:
  51. X
  52. X       startle <textfile> topaz 8 <new colour>
  53. X
  54. XAny keystroke or left mouse button depress terminates it.
  55. X
  56. X       I won't tell you what it does, but you could always cheat by reading the
  57. Xhype file, but that would spoil the fun.  As always, I welcome suggestions,
  58. Xbug reports, wish lists, and junk mail.
  59. X
  60. XHobie Orris, Toronto, Sept/87
  61. Xuucp: utzoo!sq!hobie
  62. XCIS: 73657,1573
  63.